home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19990725-20000114 / 000268_news@columbia.edu _Mon Nov 8 12:00:20 1999.msg < prev    next >
Internet Message Format  |  2020-01-01  |  3KB

  1. Return-Path: <news@columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.59.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id MAA25067
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Mon, 8 Nov 1999 12:00:20 -0500 (EST)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id LAA14574
  7.     for kermit.misc@watsun.cc.columbia.edu; Mon, 8 Nov 1999 11:59:07 -0500 (EST)
  8. X-Authentication-Warning: newsmaster.cc.columbia.edu: news set sender to <news> using -f
  9. From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
  10. Subject: Re: SCO Unix 5.05 - setuid and setgrp errors
  11. Date: 8 Nov 1999 16:59:07 GMT
  12. Organization: Columbia University
  13. Message-ID: <806vgr$e7b$1@newsmaster.cc.columbia.edu>
  14. To: kermit.misc@columbia.edu
  15.  
  16. In article <19991108113531.00892.00002399@ng-fu1.aol.com>,
  17. StevenHill <stevenhill@aol.com> wrote:
  18. : We have a situation where we are getting setuid and setgrp errors when
  19. : C-Kermit is called from our program. C-Kermit is supplied by a vendor of
  20. : ours, and we use it to transmit data to them. If we log in as root, or set
  21. : it up so that when a user logs in they go to a prompt rather than running
  22. : our applicaion, and then execute kermit from the command line, all works
  23. : fine. We have about seventy other clients, all running SCO Unix 5.05, that
  24. : are not having any problem at all. The one unique thing about this location
  25. : is that their file system is set up such that the directory that our
  26. : application is run out of is a virtual link to a partition. That is, our
  27. : clients are usually set up so that the application is run from /usr/medical
  28. : on the root file system, this client is set up so that the root file system
  29. : is small, and the have a /dev/medical file system that is mounted as
  30. : /usr/medical (or some such thing). Their hardware people say that
  31. : /usr/medical is a virtual directory linked to the /dev/medical file system.
  32. : The application is written in C (the version of C that came with SCO Xenix
  33. : several years ago, never upgraded and a recent attempt to upgrade to the
  34. : latest version of C on SCO Unix resulted in thousands of errors, mostly due
  35. : to missing parameters to functions that have changed from then to now)
  36. : Any thoughts as to what we can do would be appreciated. If other info is
  37. : needed, I will do my best to acquire it. 
  38. What version of C-Kermit is it?  What kind of connection are you trying to
  39. make (dialed? network?).  See:
  40.  
  41.   http://www.columbia.edu/kermit/support.html#hints
  42.  
  43. for some pointers on what kind of info should be supplied in a tech support
  44. question.
  45.  
  46. For dialup connections, please read the UNIX Appendix of "Using C-Kermit"
  47. about the choices you have for giving C-Kermit access to the dialout devices,
  48. how they work, and what the tradeoffs are.
  49.  
  50. - Frank